75 次代码提交 (7b2a6e6c-242f-44c3-be00-36a65c8f5d8f)

作者 SHA1 备注 提交日期
Steven Leal 5e143e2b randomization interface update 4 年前
Steven Leal 687816c5 responding to PR feedback 4 年前
Steven Leal 23943522 Parameters are no longer MonoBehaviours 4 年前
Steven Leal a72ab433 Parameters are now stateful when sampling values 4 年前
Steven Leal 410cab0f improved parameter doc 4 年前
Steven Leal b985b1a6 added GameObject categorical parameter 4 年前
Steven Leal 8a38275d Sync stateful sampler reset with categorical parameters 4 年前
Steven Leal 816a04b6 added categorical parameter documentation 4 年前
Steven Leal 6b041d51 Add folder option added to categorical parameter UI 4 年前
Steven Leal aac3570e added more parameter docs 4 年前
Steven Leal ce61e59b more api documentation 4 年前
Steven Leal 63c98aa9 removed parameter and sampler display name attributes 4 年前
Steven Leal fd4ab9ac documented display name methods 4 年前
Steven Leal c7ddc095 tested to check if parameter targets are applied correctly 4 年前
Steven Leal 8b8fbba0 added ParameterApplicationFrequency xmldoc 4 年前
Steven Leal baff24ea merged sampler interfaces 4 年前
GitHub a68c66c4 Merge pull request #57 from Unity-Technologies/randomization-housekeeping 4 年前
Steven Leal f572b044 Disable target property when no compatible properties and set default target enums 4 年前
Steven Leal 1f94eb56 Now property initializing enum field with default value 4 年前
GitHub 4d2ec14e Merge pull request #59 from Unity-Technologies/categorical-parameter-fixes 4 年前
Steven Leal 9baa72fc changed samplers property from array to IEnumerable 4 年前
Steven Leal 0c713aff implemented parameter behaviours 4 年前
Steven Leal 228032f4 renamed ParameterConfiguration to ParameterList 4 年前
Steven Leal f1666ab3 Added xml documentation 4 年前
GitHub d290dab1 Changed the namespace of randomization tools to UnityEngine.Experimental (#74) 4 年前
Steven Leal 58799d44 Added Randomizers and RandomizerTags 4 年前
Steven Leal b3ce9635 Added Randomizers and RandomizerTags 4 年前
Steven Leal 70103f43 removed some commented code from the parameter class 4 年前
Steven Leal 3deb048f removed some commented code from the parameter class 4 年前
Steven Leal 8b32ecd1 added sample randomizers 4 年前
Steven Leal 6b0b4081 added sample randomizers 4 年前
Steven Leal cf3aaa31 marked samplers parameter property as internal 4 年前
GitHub f4522d55 Merge pull request #79 from Unity-Technologies/randomizers 4 年前
Mohsen Kamalzadeh f55ee988 Merge branch 'master' into tutorial_sample_project 4 年前
Steven Leal d4adef85 Fixed categorical parameter options enumeration 4 年前
GitHub b4c91f0b Merge pull request #105 from Unity-Technologies/categorical-parameter-enumeration-fix 4 年前
Mohsen Kamalzadeh 311a0734 Merge branch 'master' into labeling-improvements 4 年前
Steven Leal 34ca1581 fixed other merge conflict meta files 4 年前
GitHub 9ecebfe1 Merge pull request #119 from Unity-Technologies/removed-corrupted-meta-file 4 年前
Mohsen Kamalzadeh fb78a8e4 Merge branch 'removed-corrupted-meta-file' into pre_release_tests_nov2020 4 年前
GitHub 12e2f513 Merge branch 'master' into tutorial_updates_nov2020rel 4 年前
Jon Hogins 9ce49113 Merge branch 'master' into randomizer_tag_inheritence 4 年前
Steven Leal 78e49904 replaced individual sampler seeds with one global seed 4 年前
GitHub af13a3d8 Merge pull request #142 from Unity-Technologies/global-seed 4 年前
Steven Leal 619701a5 simplifed tag inheritance 4 年前
GitHub 93b7abef Merge pull request #137 from Unity-Technologies/randomizer_tag_inheritence 4 年前
Mohsen Kamalzadeh fb5da2c0 almost done now 4 年前
Steven Borkman 50825a13 Cleaned up code with correctness tests 4 年前
Mohsen Kamalzadeh 6a9a43d9 Modifications after peer review 4 年前
Steven Leal e168b600 removed range as required ISampler interface property 4 年前
Steven Borkman f452f55a Recording pose for a random animation frame & performance improvements 4 年前
GitHub d98bf0d6 Merge pull request #150 from Unity-Technologies/animation_curve_sampling 4 年前
Mohsen Kamalzadeh ca800ae6 Merge branch 'master' into manual_capture 4 年前
Steven Borkman 52b02f18 Reworked animation randomization to decouple it from labeler 4 年前
Steven Leal 2b29bed1 updated and fixed the categorical parameter UI 4 年前
Steven Borkman dd6870b8 Merge branch 'master' into keypoints 4 年前
GitHub ce25a475 Merge pull request #158 from Unity-Technologies/keypoints 4 年前
Steven Leal 58cb127e Merge branch 'master' of github.com:Unity-Technologies/com.unity.perception 4 年前
Steven Leal d68a833f Merge branch 'master' into categorical-parameter-fixes 4 年前
GitHub 7b0d663a Merge pull request #173 from Unity-Technologies/categorical-parameter-fixes 4 年前
GitHub 7cd80d5c Removed randomization tooling from the experimental namespace (#177) 4 年前
Steven Leal 3161bbb4 removed MovedFrom attribute 4 年前
GitHub 43f894fd Merge pull request #183 from Unity-Technologies/undo-moved-from 4 年前
Steven Borkman b45e3ea8 Merge branch 'master' into fod_generator_randomization_changes 4 年前
Mohsen Kamalzadeh dd054f13 Fixed categorical parameter random value rounding issue 3 年前
Mohsen Kamalzadeh 7920763e Update CategoricalParameter.cs 3 年前
Mohsen Kamalzadeh a58963fb made if inline 3 年前
GitHub 7a164013 Merge pull request #321 from Unity-Technologies/fix_sampler_rounding_issue 3 年前
sleal-unity 4da33e39 Merge branch 'master' into generic-asset-sources 3 年前
You-Cyuan Jhang cc74be4c Merge from master 3 年前
Aryan Mann 31aded78 Merge pull request #321 from Unity-Technologies/fix_sampler_rounding_issue 3 年前
Steve Borkman d06dca0c Merge branch 'master' into coco_export 3 年前
Steve Borkman 4b9b77ee Merge branch 'coco_export' into coco_perception_output_hybrid 3 年前
leopoldo-zugasti d017dd97 Merge branch 'master' into pyrception-integration 3 年前
Jon Hogins 0ec551af Merge remote-tracking branch 'origin/master' into keypoint_self_occlusion 3 年前